Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 72aace40d3b3edf0557c5dfeb3f19012971e711f


Parents : 0c9a65b
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Date : 2026-05-02T18:48:46+02:00

Fixed markdown-to-micron link rendering

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/RNS/Utilities/rngit/util.py b/RNS/Utilities/rngit/util.py
index 47ee0f66..75dad2e5 100644
--- a/RNS/Utilities/rngit/util.py
+++ b/RNS/Utilities/rngit/util.py
@@ -257,7 +257,7 @@ class MarkdownToMicron:
# TODO: Evaluate best way to handle both normal and nomadnet URLs
text = text.replace('`', '')
# url = url.replace('`', '\\`')
- return f"`[{text}`{url}]"
+ return f"`!`[{text}`{url}]`!"
def _format_header(self, match):
hashes = match.group(1)


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────